home *** CD-ROM | disk | FTP | other *** search
/ TeleMagic 4 / TeleMagic v4.0.iso / tm / data1.cab / Program_Files / TMMAIL.EXE / 0 / RCDATA / TMAILPROCESSFORM / TMAILPROCESSFORM.txt
Encoding:
Text File  |  1999-05-28  |  1.3 KB  |  73 lines

  1. object MailProcessForm: TMailProcessForm
  2.   Left = 393
  3.   Top = 408
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Processing'
  7.   ClientHeight = 125
  8.   ClientWidth = 412
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object MessageLabel: TLabel
  20.     Left = 6
  21.     Top = 39
  22.     Width = 401
  23.     Height = 13
  24.     AutoSize = False
  25.     Caption = 'MessageLabel'
  26.   end
  27.   object ConvertLabel: TLabel
  28.     Left = 5
  29.     Top = 73
  30.     Width = 405
  31.     Height = 13
  32.     AutoSize = False
  33.     Caption = 'ConvertLabel'
  34.   end
  35.   object PercentLabel: TLabel
  36.     Left = 4
  37.     Top = 108
  38.     Width = 274
  39.     Height = 13
  40.     AutoSize = False
  41.     Caption = 'PercentLabel'
  42.   end
  43.   object CancelButton: TButton
  44.     Left = 332
  45.     Top = 6
  46.     Width = 75
  47.     Height = 25
  48.     Cancel = True
  49.     Caption = '&Cancel'
  50.     Default = True
  51.     TabOrder = 0
  52.     OnClick = CancelButtonClick
  53.   end
  54.   object pbMessages: TProgressBar
  55.     Left = 5
  56.     Top = 57
  57.     Width = 404
  58.     Height = 12
  59.     Min = 0
  60.     Max = 100
  61.     TabOrder = 1
  62.   end
  63.   object pbConvert: TProgressBar
  64.     Left = 4
  65.     Top = 91
  66.     Width = 405
  67.     Height = 12
  68.     Min = 0
  69.     Max = 100
  70.     TabOrder = 2
  71.   end
  72. end
  73.